home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 85 / CD-ROM 85 / CD-ROM 85.iso / med2000 / eventos / cristo / menu-jesus.swf / scripts / DefineButton2_12 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2000-04-22  |  234 b   |  13 lines

  1. on(release){
  2.    if("0" < tela)
  3.    {
  4.       tela -= "1";
  5.       getURL("t" add tela add ".htm","cenajesus");
  6.       tellTarget("/titulo")
  7.       {
  8.          gotoAndStop(eval("/:tela") + "1");
  9.       }
  10.    }
  11.    call("atualiza");
  12. }
  13.